box: Remove useless if statement
authorTimm Bäder <mail@baedert.org>
Wed, 17 Jan 2018 11:54:42 +0000 (12:54 +0100)
committerTimm Bäder <mail@baedert.org>
Wed, 17 Jan 2018 20:57:19 +0000 (21:57 +0100)
commit8ab2c79b777a11c8659936d0555d9cf46fe67b26
treee34baf3d43936f8cf2de8d38fd2acf6f2ab2c9b0
parent12be5ccbb72b41edb990d7487406f19cfa731434
box: Remove useless if statement

We already check right before this one whether child->pack != packing
and if so, we continue to the next iteration. So, no need to check again
whether the inverted condition child->pack == packing is true, because
it is.
gtk/gtkbox.c